UCF STIG Viewer Logo

The cron.deny file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22389 GEN003210 SV-26546r1_rule ECLP-1 Medium
Description
If file permissions for cron.deny are more permissive than 0700, sensitive information could be viewed or edited by unauthorized users.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2014-04-04

Details

Check Text ( C-27590r1_chk )
Check the permissions of the file.
# ls -lL /etc/cron.d/cron.deny
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-23790r1_fix)
Remove the extended ACL from the file.
# chmod A- /etc/cron.d/cron.deny